GetResponseBodyForInterceptionRequest

data class GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)

Represents request frame that can be used with Network#getResponseBodyForInterception operation call.

Returns content served for the given currently intercepted request.

See also

Constructors

GetResponseBodyForInterceptionRequest
Link copied to clipboard
fun GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)

Properties

interceptionId
Link copied to clipboard
val interceptionId: InterceptionId
Identifier for the intercepted request to get body for.

Sources

jvm source
Link copied to clipboard